home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Applications 1996 May / SGI IRIX 6.2 Applications 1996 May.iso / dist / patchSG0001239.idb / usr / lib / SoftWindows2 / bin / scripts / instdone.sh.z / instdone.sh
Encoding:
Linux/UNIX/POSIX Shell Script  |  1996-05-07  |  313 b   |  7 lines

  1. #!/bin/sh
  2. PATH=/usr/sbin:/usr/bsd:/sbin:/usr/bin:/bin:/usr/bin/X11
  3. export PATH
  4.  
  5. XCONFIRM=/usr/bin/X11/xconfirm
  6. $XCONFIRM -c -B "Ok" -header "SoftWindows Install" -t "Your SoftWindows C: drive is" -t "ready for use." -t "" -t "Type "win" from the C:> prompt to start." -icon info -geometry "320x150" > /dev/null &
  7.